home *** CD-ROM | disk | FTP | other *** search
- on(release){
- tellTarget("/")
- {
- gotoAndStop(eval("/Variables:EtatActif"));
- }
- if(getProperty("_root.MegEscalier", _currentframe) != 1)
- {
- tellTarget("_root.MegEscalier")
- {
- play();
- }
- }
- if(eval("/Variables:LaserArret") != true)
- {
- tellTarget("_root.Laser1Devant")
- {
- play();
- }
- tellTarget("_root.Laser1Derriere")
- {
- play();
- }
- tellTarget("_root.Laser2Devant")
- {
- play();
- }
- tellTarget("_root.Laser2Derriere")
- {
- play();
- }
- tellTarget("_root.Laser3Devant")
- {
- play();
- }
- tellTarget("_root.Laser3Derriere")
- {
- play();
- }
- }
- tellTarget("_root.Bureau.Gardien")
- {
- gotoAndPlay(eval("/Variables:PositionGardien"));
- }
- gotoAndStop(1);
- }
-